home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7009.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  306 b   |  13 lines

  1. Run(SubProgramName);
  2.  
  3. Receives a name to a existing subprogram and executes it.
  4.  
  5. DoMenu(MenuItem, ModifierKey);
  6.  
  7. Executes a menu item available in MiniCad+.
  8.  
  9. ForEachObject(ProcedureHandle : HANDLE; SearchCriteria : STRING);
  10.  
  11. Repeatedly calls the passed procedure for each object fits the search criteria.
  12.  
  13.